index
:
oasis.git
master
Unnamed repository; edit this file 'description' to name the repository.
Mike Vink
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
probe
/
HAVE___BUILTIN_ASSUME_ALIGNED
blob: 9c64731f1fd2be19865715baf5c663e5c8f0a940 (
plain
)
1
2
3
4
void *x; int main(void) { return __builtin_assume_aligned(x, 8) == x; }