repo.or.cz
/
official-gcc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
PR target/80969 - Fix ICE with -mabi=ms -mavx512f, reduce wasted space when realignin...
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.target
/
i386
/
rtm-xend-1.c
blob
2bd8a0a9ceb144c8cf05d2678227d0369dcf3652
1
/* { dg-do compile } */
2
/* { dg-options "-mrtm" } */
3
/* { dg-final { scan-assembler "\txend" } } */
4
5
#include <immintrin.h>
6
7
void
8
rtm_test
(
void
)
9
{
10
_xend
();
11
}