mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-04-09 17:11:20 +08:00
Add no strict aliasing to m128-check.h
* gcc.target/i386/m128-check.h: Add no-strict-aliasing
This commit is contained in:
parent
37edf28c24
commit
d149962d6a
@ -78,6 +78,7 @@ typedef union
|
||||
|
||||
#define CHECK_EXP(UINON_TYPE, VALUE_TYPE, FMT) \
|
||||
static int \
|
||||
__attribute__((optimize ("no-strict-aliasing"))) \
|
||||
__attribute__((noinline, unused)) \
|
||||
check_##UINON_TYPE (UINON_TYPE u, const VALUE_TYPE *v) \
|
||||
{ \
|
||||
|
Loading…
x
Reference in New Issue
Block a user