blob: e9ac505e788d14bec5215dca32fdfdafcb8a3dab (
plain)
1
2
3
4
5
6
7
|
ifeq ($(subdir),csu)
sysdep_routines += hp-timing
static-only-routines += hp-timing
endif
# So that we can test __m128's alignment
stack-align-test-flags += -msse -mpreferred-stack-boundary=4
|