Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
| From | Stefan Monnier <monnier@iro.umontreal.ca> |
|---|---|
| Newsgroups | comp.arch |
| Subject | Re: Time to eat Crow |
| Date | 2025-10-03 15:25 -0400 |
| Organization | A noiseless patient Spider |
| Message-ID | <jwvikgvvljz.fsf-monnier+comp.arch@gnu.org> (permalink) |
| References | <1759459823-5857@newsgrouper.org> <a1TDQ.1466$6_hb.490@fx46.iad> |
>> --------------------------------------------------------------
>> Integer instructions are now:: {Signed and unSigned}×{Byte, HalfWord,
>> Word, DoubleWord}
>> while FP instructions are now:
>> {Byte, HalfWord, Word, DoubleWord}
>
> I doubt any compilers will use this feature.
> Strong typed languages don't have predefined operators that allow mixing.
Not sure who's confused, but my reading of the above is not some sort of
"mixing": I believe Mitch is just saying that his addition operation
(for example) can be specified to operate on either one of int8, uint8,
int16, uint16, ...
But that specification applies to all inputs and outputs of the
instruction, so it does not support adding an int8 to an int32, or other
"mixes".
Stefan
Back to comp.arch | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
Time to eat Crow MitchAlsup <user5857@newsgrouper.org.invalid> - 2025-10-03 02:50 +0000
Re: Time to eat Crow Robert Finch <robfi680@gmail.com> - 2025-10-03 03:17 -0400
Re: Time to eat Crow MitchAlsup <user5857@newsgrouper.org.invalid> - 2025-10-03 15:33 +0000
Re: Time to eat Crow EricP <ThatWouldBeTelling@thevillage.com> - 2025-10-03 12:40 -0400
Re: Time to eat Crow Stefan Monnier <monnier@iro.umontreal.ca> - 2025-10-03 15:25 -0400
Re: Time to eat Crow Thomas Koenig <tkoenig@netcologne.de> - 2025-10-03 21:04 +0000
Re: Time to eat Crow BGB <cr88192@gmail.com> - 2025-10-04 04:56 -0500
Re: Time to eat Crow BGB <cr88192@gmail.com> - 2025-10-04 17:28 -0500
Re: Time to eat Crow Thomas Koenig <tkoenig@netcologne.de> - 2025-10-03 20:47 +0000
Re: Time to eat Crow EricP <ThatWouldBeTelling@thevillage.com> - 2025-10-04 14:42 -0400
Re: Time to eat Crow MitchAlsup <user5857@newsgrouper.org.invalid> - 2025-10-03 21:36 +0000
sign/zero/garbage extension (was: Time to eat Crow) anton@mips.complang.tuwien.ac.at (Anton Ertl) - 2025-10-04 10:17 +0000
Re: sign/zero/garbage extension (was: Time to eat Crow) Thomas Koenig <tkoenig@netcologne.de> - 2025-10-04 11:52 +0000
Re: sign/zero/garbage extension (was: Time to eat Crow) anton@mips.complang.tuwien.ac.at (Anton Ertl) - 2025-10-04 16:11 +0000
Re: sign/zero/garbage extension (was: Time to eat Crow) Michael S <already5chosen@yahoo.com> - 2025-10-04 20:44 +0300
Re: sign/zero/garbage extension BGB <cr88192@gmail.com> - 2025-10-04 16:04 -0500
Re: sign/zero/garbage extension (was: Time to eat Crow) anton@mips.complang.tuwien.ac.at (Anton Ertl) - 2025-10-05 11:58 +0000
Re: sign/zero/garbage extension (was: Time to eat Crow) Michael S <already5chosen@yahoo.com> - 2025-10-04 20:51 +0300
Re: sign/zero/garbage extension (was: Time to eat Crow) MitchAlsup <user5857@newsgrouper.org.invalid> - 2025-10-04 18:05 +0000
Re: sign/zero/garbage extension (was: Time to eat Crow) Thomas Koenig <tkoenig@netcologne.de> - 2025-10-04 18:55 +0000
Re: sign/zero/garbage extension (was: Time to eat Crow) anton@mips.complang.tuwien.ac.at (Anton Ertl) - 2025-10-05 15:01 +0000
Re: sign/zero/garbage extension (was: Time to eat Crow) MitchAlsup <user5857@newsgrouper.org.invalid> - 2025-10-05 18:19 +0000
Re: sign/zero/garbage extension (was: Time to eat Crow) anton@mips.complang.tuwien.ac.at (Anton Ertl) - 2025-10-06 05:56 +0000
Re: sign/zero/garbage extension (was: Time to eat Crow) John Levine <johnl@taugh.com> - 2025-10-05 19:30 +0000
Re: sign/zero/garbage extension (was: Time to eat Crow) Thomas Koenig <tkoenig@netcologne.de> - 2025-10-05 19:51 +0000
Re: sign/zero/garbage extension (was: Time to eat Crow) anton@mips.complang.tuwien.ac.at (Anton Ertl) - 2025-10-06 06:26 +0000
Re: sign/zero/garbage extension (was: Time to eat Crow) scott@slp53.sl.home (Scott Lurndal) - 2025-10-06 14:23 +0000
Re: sign/zero/garbage extension BGB <cr88192@gmail.com> - 2025-10-06 11:51 -0500
Re: sign/zero/garbage extension (was: Time to eat Crow) cross@spitfire.i.gajendra.net (Dan Cross) - 2025-10-10 10:50 +0000
Re: sign/zero/garbage extension (was: Time to eat Crow) Thomas Koenig <tkoenig@netcologne.de> - 2025-10-06 17:38 +0000
Re: sign/zero/garbage extension (was: Time to eat Crow) John Levine <johnl@taugh.com> - 2025-10-06 20:02 +0000
Re: sign/zero/garbage extension (was: Time to eat Crow) scott@slp53.sl.home (Scott Lurndal) - 2025-10-06 20:46 +0000
Re: sign/zero/garbage extension (was: Time to eat Crow) anton@mips.complang.tuwien.ac.at (Anton Ertl) - 2025-10-09 16:04 +0000
Re: sign/zero/garbage extension (was: Time to eat Crow) Thomas Koenig <tkoenig@netcologne.de> - 2025-10-09 17:04 +0000
Re: sign/zero/garbage extension (was: Time to eat Crow) MitchAlsup <user5857@newsgrouper.org.invalid> - 2025-10-09 21:54 +0000
Re: sign/zero/garbage extension (was: Time to eat Crow) anton@mips.complang.tuwien.ac.at (Anton Ertl) - 2025-10-10 12:04 +0000
Re: sign/zero/garbage extension (was: Time to eat Crow) anton@mips.complang.tuwien.ac.at (Anton Ertl) - 2025-10-09 15:37 +0000
Re: sign/zero/garbage extension (was: Time to eat Crow) Thomas Koenig <tkoenig@netcologne.de> - 2025-10-09 18:19 +0000
Engineers on Usenet (Was:Re: sign/zero/garbage extension) Terje Mathisen <terje.mathisen@tmsw.no> - 2025-10-09 22:48 +0200
Re: Engineers on Usenet (Was:Re: sign/zero/garbage extension) Thomas Koenig <tkoenig@netcologne.de> - 2025-10-09 21:08 +0000
Re: sign/zero/garbage extension (was: Time to eat Crow) MitchAlsup <user5857@newsgrouper.org.invalid> - 2025-10-09 22:24 +0000
Re: sign/zero/garbage extension (was: Time to eat Crow) anton@mips.complang.tuwien.ac.at (Anton Ertl) - 2025-10-10 07:31 +0000
Re: sign/zero/garbage extension (was: Time to eat Crow) Thomas Koenig <tkoenig@netcologne.de> - 2025-10-11 10:01 +0000
Re: sign/zero/garbage extension (was: Time to eat Crow) MitchAlsup <user5857@newsgrouper.org.invalid> - 2025-10-04 18:01 +0000
Re: sign/zero/garbage extension (was: Time to eat Crow) kegs@provalid.com (Kent Dickey) - 2025-10-07 01:38 +0000
Re: sign/zero/garbage extension (was: Time to eat Crow) MitchAlsup <user5857@newsgrouper.org.invalid> - 2025-10-07 15:52 +0000
Re: sign/zero/garbage extension (was: Time to eat Crow) anton@mips.complang.tuwien.ac.at (Anton Ertl) - 2025-10-07 11:27 +0000
Re: sign/zero/garbage extension (was: Time to eat Crow) scott@slp53.sl.home (Scott Lurndal) - 2025-10-07 18:01 +0000
Re: sign/zero/garbage extension (was: Time to eat Crow) MitchAlsup <user5857@newsgrouper.org.invalid> - 2025-10-07 18:34 +0000
Re: sign/zero/garbage extension (was: Time to eat Crow) anton@mips.complang.tuwien.ac.at (Anton Ertl) - 2025-10-07 19:09 +0000
Re: sign/zero/garbage extension (was: Time to eat Crow) MitchAlsup <user5857@newsgrouper.org.invalid> - 2025-10-07 20:18 +0000
Re: sign/zero/garbage extension (was: Time to eat Crow) anton@mips.complang.tuwien.ac.at (Anton Ertl) - 2025-10-09 10:39 +0000
Re: sign/zero/garbage extension (was: Time to eat Crow) kegs@provalid.com (Kent Dickey) - 2025-10-08 20:41 +0000
Re: sign/zero/garbage extension BGB <cr88192@gmail.com> - 2025-10-08 22:58 -0500
Re: sign/zero/garbage extension (was: Time to eat Crow) Thomas Koenig <tkoenig@netcologne.de> - 2025-10-09 05:28 +0000
Re: sign/zero/garbage extension BGB <cr88192@gmail.com> - 2025-10-09 01:13 -0500
Re: sign/zero/garbage extension (was: Time to eat Crow) anton@mips.complang.tuwien.ac.at (Anton Ertl) - 2025-10-09 08:22 +0000
Re: sign/zero/garbage extension (was: Time to eat Crow) anton@mips.complang.tuwien.ac.at (Anton Ertl) - 2025-10-09 07:07 +0000
Re: sign/zero/garbage extension (was: Time to eat Crow) MitchAlsup <user5857@newsgrouper.org.invalid> - 2025-10-09 15:40 +0000
Re: sign/zero/garbage extension "Brian G. Lucas" <bagel99@gmail.com> - 2025-10-09 16:30 -0500
Re: sign/zero/garbage extension EricP <ThatWouldBeTelling@thevillage.com> - 2025-10-09 22:45 -0400
Re: sign/zero/garbage extension anton@mips.complang.tuwien.ac.at (Anton Ertl) - 2025-10-10 07:07 +0000
Re: sign/zero/garbage extension (was: Time to eat Crow) John Savard <quadibloc@invalid.invalid> - 2025-10-09 13:51 +0000
Re: Time to eat Crow BGB <cr88192@gmail.com> - 2025-10-04 04:57 -0500
Re: Time to eat Crow EricP <ThatWouldBeTelling@thevillage.com> - 2025-10-09 22:26 -0400
Re: Time to eat Crow BGB <cr88192@gmail.com> - 2025-10-10 19:01 -0500
Re: Time to eat Crow Stephen Fuld <sfuld@alumni.cmu.edu.invalid> - 2025-10-03 10:55 -0700
Re: Time to eat Crow MitchAlsup <user5857@newsgrouper.org.invalid> - 2025-10-03 19:55 +0000
Re: Time to eat Crow Stephen Fuld <sfuld@alumni.cmu.edu.invalid> - 2025-10-07 12:20 -0700
Re: Time to eat Crow Terje Mathisen <terje.mathisen@tmsw.no> - 2025-10-04 12:37 +0200
Re: Time to eat Crow John Savard <quadibloc@invalid.invalid> - 2025-10-09 07:17 +0000
Re: Time to eat Crow John Savard <quadibloc@invalid.invalid> - 2025-10-09 07:32 +0000
Re: Time to eat Crow MitchAlsup <user5857@newsgrouper.org.invalid> - 2025-10-09 15:42 +0000
csiph-web