diff options
author | Nicolas Vigier <boklm@mageia.org> | 2013-04-14 13:46:12 +0000 |
---|---|---|
committer | Nicolas Vigier <boklm@mageia.org> | 2013-04-14 13:46:12 +0000 |
commit | 1be510f9529cb082f802408b472a77d074b394c0 (patch) | |
tree | b175f9d5fcb107576dabc768e7bd04d4a3e491a0 /zarb-ml/mageia-dev/2012-December/020558.html | |
parent | fa5098cf210b23ab4f419913e28af7b1b07dafb2 (diff) | |
download | archives-master.tar archives-master.tar.gz archives-master.tar.bz2 archives-master.tar.xz archives-master.zip |
Diffstat (limited to 'zarb-ml/mageia-dev/2012-December/020558.html')
-rw-r--r-- | zarb-ml/mageia-dev/2012-December/020558.html | 98 |
1 files changed, 98 insertions, 0 deletions
diff --git a/zarb-ml/mageia-dev/2012-December/020558.html b/zarb-ml/mageia-dev/2012-December/020558.html new file mode 100644 index 000000000..cf3990805 --- /dev/null +++ b/zarb-ml/mageia-dev/2012-December/020558.html @@ -0,0 +1,98 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> +<HTML> + <HEAD> + <TITLE> [Mageia-dev] Clanlib2 and SSE2 on i586 + </TITLE> + <LINK REL="Index" HREF="index.html" > + <LINK REL="made" HREF="mailto:mageia-dev%40mageia.org?Subject=Re%3A%20%5BMageia-dev%5D%20Clanlib2%20and%20SSE2%20on%20i586&In-Reply-To=%3CCA%2BCX%2Bbgu4YyAKURengkpqOAGwpjnvvaNRouEvF286j4SXDwGZQ%40mail.gmail.com%3E"> + <META NAME="robots" CONTENT="index,nofollow"> + <META http-equiv="Content-Type" content="text/html; charset=us-ascii"> + <LINK REL="Previous" HREF="020557.html"> + <LINK REL="Next" HREF="020568.html"> + </HEAD> + <BODY BGCOLOR="#ffffff"> + <H1>[Mageia-dev] Clanlib2 and SSE2 on i586</H1> + <B>Pascal Terjan</B> + <A HREF="mailto:mageia-dev%40mageia.org?Subject=Re%3A%20%5BMageia-dev%5D%20Clanlib2%20and%20SSE2%20on%20i586&In-Reply-To=%3CCA%2BCX%2Bbgu4YyAKURengkpqOAGwpjnvvaNRouEvF286j4SXDwGZQ%40mail.gmail.com%3E" + TITLE="[Mageia-dev] Clanlib2 and SSE2 on i586">pterjan at gmail.com + </A><BR> + <I>Tue Dec 4 13:21:58 CET 2012</I> + <P><UL> + <LI>Previous message: <A HREF="020557.html">[Mageia-dev] Clanlib2 and SSE2 on i586 +</A></li> + <LI>Next message: <A HREF="020568.html">[Mageia-dev] Clanlib2 and SSE2 on i586 +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#20558">[ date ]</a> + <a href="thread.html#20558">[ thread ]</a> + <a href="subject.html#20558">[ subject ]</a> + <a href="author.html#20558">[ author ]</a> + </LI> + </UL> + <HR> +<!--beginarticle--> +<PRE>On Tue, Dec 4, 2012 at 12:10 PM, AL13N <<A HREF="https://www.mageia.org/mailman/listinfo/mageia-dev">alien at rmail.be</A>> wrote: +>><i> 'Twas brillig, and zezinho at 03/12/12 22:42 did gyre and gimble: +</I>>>><i> Trying to launch openalchemist gave me a crash because Clanlib2 uses +</I>>>><i> SSE2 on SSE2 systems for software rendering, while we disabled it at +</I>>>><i> configure. +</I>>>><i> +</I>>>><i> What should we do? I think enabling it is better, as all i586 CPU with +</I>>>><i> less than 10 years come with SSE2. But our policy forbids it ;-) +</I>>>><i> +</I>>>><i> ERROR FOLLOWS : +</I>>>><i> +</I>>>><i> Exception caught: +</I>>>><i> Sorry, this compiled clanSWRender does not support SSE2, but your CPU +</I>>>><i> does support SSE2. (Update clanSWRender to contain SSE2) +</I>>><i> +</I>>><i> The code should really be complied but only enabled at runtime if it's +</I>>><i> available. PulseAudio does this. It's more of a pain to code for but +</I>>><i> does make like easier for distributions. +</I>>><i> +</I>>><i> But yeah, short term fix, nuke the test, and as a meme says, keep calm +</I>>><i> and carry on. +</I>><i> +</I>><i> but, do ALL recent i586 CPU's have SSE2? what about the embedded and VIA +</I>><i> cpu's and the likes? +</I> +The test is that it refuses to run if the lib is not using sse2 while +it could (slowly). + +The clanSWRender lib needs to be fixed to have sse2 support on sse2 +system and not on non sse2 systems so that we can enable it but that's +something unrelated to dropping this test. +</PRE> + + + + + + + + + + + + + +<!--endarticle--> + <HR> + <P><UL> + <!--threads--> + <LI>Previous message: <A HREF="020557.html">[Mageia-dev] Clanlib2 and SSE2 on i586 +</A></li> + <LI>Next message: <A HREF="020568.html">[Mageia-dev] Clanlib2 and SSE2 on i586 +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#20558">[ date ]</a> + <a href="thread.html#20558">[ thread ]</a> + <a href="subject.html#20558">[ subject ]</a> + <a href="author.html#20558">[ author ]</a> + </LI> + </UL> + +<hr> +<a href="https://www.mageia.org/mailman/listinfo/mageia-dev">More information about the Mageia-dev +mailing list</a><br> +</body></html> |