[Bug target/55298] [SH] Add support to disable FPU usage for individual functions
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=55298 --- Comment #2 from Oleg Endo --- Something similar has been done for ARM: https://gcc.gnu.org/ml/gcc-patches/2015-09/msg00939.html
[Bug target/55298] [SH] Add support to disable FPU usage for individual functions
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=55298 --- Comment #1 from Oleg Endo --- Alternatively, split the options such as -m4-single, -m4-nofpu into e.g. -mcpu and -mfpu and implement the 'target' function attribute. This would also allow controlling other target specific options on a per-fu