re PR target/54222 ([avr] Implement fixed-point support)
PR target/54222 * config/avr/t-avr (conv_X): Rename to func_X. From-SVN: r190646
This commit is contained in:
parent
2eb712b402
commit
4aeaaca35f
2 changed files with 10 additions and 5 deletions
|
@ -1,3 +1,8 @@
|
|||
2012-08-24 Georg-Johann Lay <avr@gjlay.de>
|
||||
|
||||
PR target/54222
|
||||
* config/avr/t-avr (conv_X): Rename to func_X.
|
||||
|
||||
2012-08-24 Georg-Johann Lay <avr@gjlay.de>
|
||||
|
||||
PR target/54222
|
||||
|
|
|
@ -105,7 +105,7 @@ endif
|
|||
# Filter out supported conversions from fixed-bit.c
|
||||
|
||||
conv_XY=$(conv)$(mode1)$(mode2)
|
||||
conv_X=$(conv)$(mode)
|
||||
func_X=$(func)$(mode)
|
||||
|
||||
# Conversions supported by the compiler
|
||||
|
||||
|
@ -140,9 +140,9 @@ LIB2FUNCS_EXCLUDE += \
|
|||
allfix_modes = QQ UQQ HQ UHQ HA UHA SQ USQ SA USA DA UDA DQ UDQ TQ UTQ TA UTA
|
||||
|
||||
LIB2FUNCS_EXCLUDE += \
|
||||
$(foreach conv,_add _sub,\
|
||||
$(foreach mode,$(allfix_modes),$(conv_X)3))
|
||||
$(foreach func,_add _sub,\
|
||||
$(foreach mode,$(allfix_modes),$(func_X)3))
|
||||
|
||||
LIB2FUNCS_EXCLUDE += \
|
||||
$(foreach conv,_lshr _ashl _ashr _cmp,\
|
||||
$(foreach mode,$(allfix_modes),$(conv_X)))
|
||||
$(foreach func,_lshr _ashl _ashr _cmp,\
|
||||
$(foreach mode,$(allfix_modes),$(func_X)))
|
||||
|
|
Loading…
Add table
Reference in a new issue