Re: Re: [PATCH] RISC-V: Fix RVV machine mode attribute configuration

2022-12-19 Thread Kito Cheng via Gcc-patches
Commited to trunk. 钟居哲 於 2022年12月17日 週六 09:52 寫道: > Actually, I don't check and test HF carefully since I disable them. > Kito ask me to disable all HF modes since zvfhmin is no ratified and GCC > doesn't allow any un-ratified ISA. You can see vector-iterator.md that all > RVV modes supported in

Re: Re: [PATCH] RISC-V: Fix RVV machine mode attribute configuration

2022-12-16 Thread 钟居哲
Actually, I don't check and test HF carefully since I disable them. Kito ask me to disable all HF modes since zvfhmin is no ratified and GCC doesn't allow any un-ratified ISA. You can see vector-iterator.md that all RVV modes supported including QI HI SI DI SF DF excluding HF and BF. juzhe.zh...