Ruslan Bukin ca20f8ec29 o Replace __riscv__ with __riscv
o Replace __riscv64 with (__riscv && __riscv_xlen == 64)

This is required to support new GCC 7.1 compiler.
This is compatible with current GCC 6.1 compiler.

RISC-V is extensible ISA and the idea here is to have built-in define
per each extension, so together with __riscv we will have some subset
of these as well (depending on -march string passed to compiler):

__riscv_compressed
__riscv_atomic
__riscv_mul
__riscv_div
__riscv_muldiv
__riscv_fdiv
__riscv_fsqrt
__riscv_float_abi_soft
__riscv_float_abi_single
__riscv_float_abi_double
__riscv_cmodel_medlow
__riscv_cmodel_medany
__riscv_cmodel_pic
__riscv_xlen

Reviewed by:	ngie
Sponsored by:	DARPA, AFRL
Differential Revision:	https://reviews.freebsd.org/D11901
2017-08-07 14:09:57 +00:00
..
2017-07-01 05:35:29 +00:00
2017-07-28 22:23:29 +00:00
2017-04-14 02:24:02 +00:00
2017-04-14 08:27:42 +00:00
2017-01-28 02:22:15 +00:00
2017-01-16 03:03:47 +00:00
2016-05-03 03:41:25 +00:00
2016-08-09 19:32:06 +00:00
2016-10-25 16:28:30 +00:00
2017-04-06 17:08:59 +00:00
2016-05-03 03:41:25 +00:00
2017-02-23 15:30:21 +00:00
2016-05-03 03:41:25 +00:00
2017-07-01 05:35:29 +00:00
2017-04-27 16:14:32 +00:00
2016-11-17 14:43:13 +00:00
2016-05-03 03:41:25 +00:00
2017-01-28 02:22:15 +00:00
2017-02-28 23:42:47 +00:00
2017-05-06 06:08:44 +00:00
2017-04-14 02:33:26 +00:00
2017-02-06 11:37:20 +00:00
2016-05-03 03:41:25 +00:00
2017-06-13 18:53:56 +00:00
2017-02-28 23:42:47 +00:00
2016-05-03 03:41:25 +00:00
2017-06-08 21:30:34 +00:00
2017-04-14 08:11:50 +00:00
2017-01-28 02:22:15 +00:00
2017-07-01 05:35:29 +00:00
2016-05-03 03:41:25 +00:00
2016-05-03 03:41:25 +00:00
2017-06-30 22:06:24 +00:00
2017-01-23 21:09:27 +00:00
2017-04-14 07:27:23 +00:00
2016-05-03 03:41:25 +00:00
2017-02-28 23:42:47 +00:00
2016-05-03 03:41:25 +00:00
2016-09-22 22:51:11 +00:00
2017-01-28 02:22:15 +00:00
2016-05-03 03:41:25 +00:00
2017-08-01 10:47:44 +00:00
2016-10-17 10:20:38 +00:00
2017-07-18 06:15:05 +00:00
2016-05-03 03:41:25 +00:00
2016-05-03 03:41:25 +00:00
2017-02-28 23:42:47 +00:00
2016-05-03 03:41:25 +00:00
2017-05-23 09:29:05 +00:00
2017-08-07 14:09:57 +00:00
2016-05-03 03:41:25 +00:00
2017-04-06 22:21:49 +00:00
2017-07-01 05:35:29 +00:00
2016-05-03 03:41:25 +00:00
2016-05-03 03:41:25 +00:00
2017-07-27 02:53:18 +00:00
2016-05-02 16:47:28 +00:00
2016-05-02 16:47:28 +00:00
2017-07-01 05:35:29 +00:00
2016-05-03 03:41:25 +00:00
2017-07-01 05:35:29 +00:00