This matches what GCC does.
https://github.com/gcc-mirror/gcc/blob/master/gcc/config/aarch64/aarch64-c.c
Details
Details
Diff Detail
Diff Detail
Event Timeline
Comment Actions
Hi, thanks for adding this.
Also wanted to confirm that macro __ARM_FEATURE_DOTPROD will defined/included in the next release of the ACLE.
lib/Basic/Targets/AArch64.h | ||
---|---|---|
36 | Does this need to be initialised (and set to false)? | |
test/Preprocessor/aarch64-target-features.c | ||
94 | Perhaps one additional check it's not enabled? |
Comment Actions
Addressed SjoerdMeijer' new comments. Thanks.
Also wanted to confirm that macro __ARM_FEATURE_DOTPROD will defined/included in the next release of the ACLE.
Could you check it, please? I saw several codes that use above definition which are written by ARM engineers.
Does this need to be initialised (and set to false)?