-
Notifications
You must be signed in to change notification settings - Fork 15.4k
Closed as not planned
Labels
backend:AMDGPUbugzillaIssues migrated from bugzillaIssues migrated from bugzillawontfixIssue is real, but we can't or won't fix it. Not invalidIssue is real, but we can't or won't fix it. Not invalid
Description
| Bugzilla Link | 39296 |
| Version | trunk |
| OS | All |
| CC | @atamazov,@arsenm |
Extended Description
Currently 1/2pi may only be specified in a numeric form. This is inconvenient and error-prone. Examples:
v_add_f16 v0, 0.15915494, v1
v_add_f64 v[0:1], v[2:3], 0.159154943091895317852646485335
Assembler should support special syntax or a symbolic name for this constant. For example:
v_add_f16 v0, INV2PI, v1
v_add_f64 v[0:1], v[2:3], INV2PI
Any suggestions?
Metadata
Metadata
Assignees
Labels
backend:AMDGPUbugzillaIssues migrated from bugzillaIssues migrated from bugzillawontfixIssue is real, but we can't or won't fix it. Not invalidIssue is real, but we can't or won't fix it. Not invalid