From: Yunsup Lee Date: Fri, 18 Oct 2013 19:02:59 +0000 (-0700) Subject: or into control thread's fp exceptions X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=185b0d177d929c1c7616c12a14cccb54337aba94;p=riscv-isa-sim.git or into control thread's fp exceptions --- diff --git a/hwacha/decode_hwacha_ut.h b/hwacha/decode_hwacha_ut.h index daad217..c2e0032 100644 --- a/hwacha/decode_hwacha_ut.h +++ b/hwacha/decode_hwacha_ut.h @@ -79,8 +79,4 @@ static inline void write_frd(hwacha_t* h, insn_t insn, uint32_t idx, reg_t value #undef require_fp #define require_fp -// YUNSUP FIXME -#undef set_fp_exceptions -#define set_fp_exceptions - #endif