]> gcc.gnu.org Git - gcc.git/commit
i386.h (OPTION_MASK_ISA_ROUND): Remove.
authorUros Bizjak <uros@gcc.gnu.org>
Sat, 19 Aug 2017 12:31:08 +0000 (14:31 +0200)
committerUros Bizjak <uros@gcc.gnu.org>
Sat, 19 Aug 2017 12:31:08 +0000 (14:31 +0200)
commit21c2c4094f06223801a36867555dac363b7a06d1
tree1b53f4c4a41ffa8be0a704c8652ce84b0b4ea83a
parent057da108c1768702bcb0045c81fbde6ad28969ca
i386.h (OPTION_MASK_ISA_ROUND): Remove.

* config/i386/i386.h (OPTION_MASK_ISA_ROUND): Remove.
(TARGET_ISA_ROUND): Ditto.
(TARGET_ROUND): Ditto.
* config/i386/i386.c: Substitute TARGET_ROUND with TARGET_SSE4_1.
* config/i386/i386.md: Ditto.
* config/i386/sse.md: Ditto.
* config/i386/i386-builtin.def: Substitute OPTION_MASK_ISA_ROUND
with OPTION_MASK_ISA_SSE4_1.

From-SVN: r251201
gcc/ChangeLog
gcc/config/i386/i386-builtin.def
gcc/config/i386/i386.c
gcc/config/i386/i386.h
gcc/config/i386/i386.md
gcc/config/i386/sse.md
This page took 0.055922 seconds and 5 git commands to generate.