On Apr 2, 2007, at 2:03 PM, H. J. Lu wrote:
Many x86 SSE source codes use __declspec. I'd like to make __declspec available for Linux/x86. We can do one of the following:1. Define TARGET_DECLSPEC for Linux/x86. 2. Define TARGET_DECLSPEC for x86. 3. Add -mdeclspec. Any comments?
I suspect I'd want this for x86 darwin as well.